Class AlphaBetaBot

java.lang.Object
edu.uky.ai.tic.ai.AlphaBetaBot
All Implemented Interfaces:
Bot

public class AlphaBetaBot
extends java.lang.Object
implements Bot
This bot performs just as well as MinMaxBot but expands significantly fewer nodes by intelligently pruning the tree.
Author:
Stephen G. Ware
  • Constructor Summary

    Constructors 
    Constructor Description
    AlphaBetaBot()  
  • Method Summary

    Modifier and Type Method Description
    Decision chooseMove​(State state)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait